Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c1150 tBTA_GATTC_CHAR_ID in_char_id; in btgattc_handle_event() local
1288 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event()
1289 btif_to_bta_gatt_id(&in_char_id.char_id, &p_cb->char_id); in btgattc_handle_event()
1291 status = BTA_GATTC_GetNextChar(p_cb->conn_id, &in_char_id, NULL, in btgattc_handle_event()
1306 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event()
1307 btif_to_bta_gatt_id(&in_char_id.char_id, &p_cb->char_id); in btgattc_handle_event()
1309 status = BTA_GATTC_GetFirstCharDescr(p_cb->conn_id, &in_char_id, NULL, in btgattc_handle_event()
1374 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event()
1375 btif_to_bta_gatt_id(&in_char_id.char_id, &p_cb->char_id); in btgattc_handle_event()
1377 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, &in_char_id, p_cb->auth_req); in btgattc_handle_event()
[all …]