Home
last modified time | relevance | path

Searched refs:BTA_GATTC_ReadCharacteristic (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c1085 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, in bta_hh_le_get_protocol_mode()
1703 BTA_GATTC_ReadCharacteristic(p_dev_cb->conn_id, in bta_hh_le_search_hid_included()
1796 BTA_GATTC_ReadCharacteristic(p_dev_cb->conn_id, in bta_hh_le_search_hid_chars()
2523 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, in bta_hh_le_get_rpt()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h898 BTA_API extern void BTA_GATTC_ReadCharacteristic (UINT16 conn_id,
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, in BTA_GATTC_ReadCharacteristic() function
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c1302 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, &in_char_id, p_cb->auth_req); in btgattc_handle_event()