Searched defs:characteristic_uuid16 (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | link_loss_service_client.c | 151 …uint16_t characteristic_uuid16 = gatt_service_client_characteristic_uuid16_for_index(&lls_client, … in lls_client_emit_done_event() local 175 …uint16_t characteristic_uuid16 = gatt_service_client_characteristic_uuid16_for_index(&lls_client, … in lls_client_emit_read_event() local 311 … uint16_t characteristic_uuid16 = gatt_service_client_characteristic_uuid16_for_index(&lls_client, in lls_client_serialize_characteristic_value_for_write() local
|
H A D | immediate_alert_service_client.c | 203 … uint16_t characteristic_uuid16 = gatt_service_client_characteristic_uuid16_for_index(&ias_client, in ias_client_serialize_characteristic_value_for_write() local
|
H A D | tx_power_service_client.c | 156 …uint16_t characteristic_uuid16 = gatt_service_client_characteristic_uuid16_for_index(&txps_client,… in txps_client_emit_read_event() local
|
/btstack/src/ble/ |
H A D | att_db.c | 1479 …stic_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint16_t characteristic_uuid16, uint1… in gatt_server_get_descriptor_handle_for_characteristic_with_uuid16() 1514 …acteristic_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint16_t characteristic_uuid16){ in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid16() 1519 …acteristic_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint16_t characteristic_uuid16){ in gatt_server_get_server_configuration_handle_for_characteristic_with_uuid16()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 69 uint16_t characteristic_uuid16 = 0xF000; variable
|