Searched refs:attribute_handle (Results 1 – 6 of 6) sorted by relevance
/system/bt/service/ |
D | gatt_server.cpp | 638 int attribute_handle, int offset, in RequestReadCallback() argument 652 << " attribute_handle: " << attribute_handle << " offset: " << offset in RequestReadCallback() 656 auto iter = handle_to_id_map_.find(attribute_handle); in RequestReadCallback() 658 LOG(ERROR) << "Request received for unknown handle: " << attribute_handle; in RequestReadCallback() 662 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadCallback()
|
D | gatt_server.h | 291 int attribute_handle, int offset,
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 157 bt_status_t FakeSendIndication(int server_if, int attribute_handle, in FakeSendIndication() argument 161 return g_server_handler->SendIndication(server_if, attribute_handle, in FakeSendIndication()
|
D | fake_bluetooth_gatt_interface.h | 77 virtual bt_status_t SendIndication(int server_if, int attribute_handle,
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 646 static bt_status_t btif_gatts_send_indication(int server_if, int attribute_handle, int conn_id, in btif_gatts_send_indication() argument 653 btif_cb.attr_handle = attribute_handle; in btif_gatts_send_indication()
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 1133 p_attr->attribute_handle = att_handle; in bta_gattc_fill_gatt_db_el()
|