/hardware/libhardware/include/hardware/ |
bt_common_types.h | 58 uint16_t attribute_handle; member in struct:__anon31133
|
bt_gatt_server.h | 184 bt_status_t (*send_indication)(int server_if, int attribute_handle,
|
/system/bt/service/hal/ |
fake_bluetooth_gatt_interface.cpp | 157 bt_status_t FakeSendIndication(int server_if, int attribute_handle, 161 return g_server_handler->SendIndication(server_if, attribute_handle,
|
fake_bluetooth_gatt_interface.h | 77 virtual bt_status_t SendIndication(int server_if, int attribute_handle,
|
/system/bt/service/ |
gatt_server.cpp | 638 int attribute_handle, int offset, 652 << " attribute_handle: " << attribute_handle << " offset: " << offset 656 auto iter = handle_to_id_map_.find(attribute_handle); 658 LOG(ERROR) << "Request received for unknown handle: " << attribute_handle; 662 conn->request_id_to_handle[trans_id] = attribute_handle;
|
gatt_server.h | 291 int attribute_handle, int offset,
|
/system/bt/btif/src/ |
btif_gatt_server.c | 646 static bt_status_t btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, 653 btif_cb.attr_handle = attribute_handle;
|
/system/bt/bta/gatt/ |
bta_gattc_cache.c | [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 591 sCallbackEnv->SetIntField(element, fid, curr.attribute_handle); [all...] |