Home
last modified time | relevance | path

Searched refs:attribute_handle (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/
Dgatt_server.cpp638 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()
Dgatt_server.h291 int attribute_handle, int offset,
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp157 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()
Dfake_bluetooth_gatt_interface.h77 virtual bt_status_t SendIndication(int server_if, int attribute_handle,
/system/bt/btif/src/
Dbtif_gatt_server.c646 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/
Dbta_gattc_cache.c1133 p_attr->attribute_handle = att_handle; in bta_gattc_fill_gatt_db_el()