Searched defs:service_index (Results 1 – 10 of 10) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | hids_client.c | 136 uint8_t service_index; in hids_client_descriptors_len() local 155 static void hids_client_descriptor_storage_init(hids_client_t * client, uint8_t service_index){ in hids_client_descriptor_storage_init() 163 static bool hids_client_descriptor_storage_store(hids_client_t * client, uint8_t service_index, uin… in hids_client_descriptor_storage_store() 173 uint8_t service_index; in hids_client_descriptor_storage_delete() local 206 …8_t * hids_client_descriptor_storage_get_descriptor_data(uint16_t hids_cid, uint8_t service_index){ in hids_client_descriptor_storage_get_descriptor_data() 217 uint16_t hids_client_descriptor_storage_get_descriptor_len(uint16_t hids_cid, uint8_t service_index… in hids_client_descriptor_storage_get_descriptor_len() 1548 uint8_t hids_client_get_hid_information(uint16_t hids_cid, uint8_t service_index){ in hids_client_get_hid_information() 1570 uint8_t hids_client_get_protocol_mode(uint16_t hids_cid, uint8_t service_index){ in hids_client_get_protocol_mode() 1592 uint8_t hids_client_send_set_protocol_mode(uint16_t hids_cid, uint8_t service_index, hid_protocol_m… in hids_client_send_set_protocol_mode() 1616 static uint8_t hids_client_send_control_point_cmd(uint16_t hids_cid, uint8_t service_index, uint8_t… in hids_client_send_control_point_cmd() [all …]
|
H A D | battery_service_client.c | 176 …battery_service_registered_notification(battery_service_client_t * client, uint16_t service_index){ in battery_service_registered_notification() 681 …8_t battery_service_client_read_battery_level(uint16_t battery_service_cid, uint8_t service_index){ in battery_service_client_read_battery_level()
|
H A D | hids_client.h | 149 uint8_t service_index; member 191 uint8_t service_index; member
|
H A D | battery_service_client.h | 126 uint8_t service_index; member
|
/btstack/src/ble/ |
H A D | gatt_service_client.c | 78 …ce_index(const gatt_service_client_t * client, hci_con_handle_t con_handle, uint8_t service_index){ in gatt_service_client_get_connection_for_con_handle_and_service_index() 619 … uint16_t service_uuid16, uint8_t service_index, in gatt_service_client_connect_primary_service_with_uuid16() 652 … uint16_t service_uuid16, uint8_t service_index, in gatt_service_client_connect_secondary_service_with_uuid16()
|
H A D | gatt_service_client.h | 95 uint8_t service_index; member
|
/btstack/example/ |
H A D | sdp_rfcomm_query.c | 73 static uint8_t service_index = 0; variable
|
H A D | gatt_browser.c | 85 static int service_index = 0; variable
|
H A D | hog_host_demo.c | 155 static void hid_handle_input_report(uint8_t service_index, const uint8_t * report, uint16_t report_… in hid_handle_input_report()
|
/btstack/test/sdp_client/ |
H A D | sdp_rfcomm_query.cpp | 31 static uint8_t service_index; variable
|