Searched refs:btif_to_bta_srvc_id (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_gatt_util.h | 27 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src);
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1272 btif_to_bta_srvc_id(&srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1288 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1306 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1324 btif_to_bta_srvc_id(&in_char_descr_id.char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1343 btif_to_bta_srvc_id(&srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1359 btif_to_bta_srvc_id(&in_incl_svc_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1360 btif_to_bta_srvc_id(&in_incl_svc_id.incl_svc_id, &p_cb->incl_srvc_id); in btgattc_handle_event() 1374 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1381 btif_to_bta_srvc_id(&in_char_descr_id.char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() 1389 btif_to_bta_srvc_id(&in_char_id.srvc_id, &p_cb->srvc_id); in btgattc_handle_event() [all …]
|
D | btif_gatt_util.c | 117 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src) in btif_to_bta_srvc_id() function
|
D | btif_gatt_server.c | 446 btif_to_bta_srvc_id(&srvc_id, &p_cb->srvc_id); in btgatts_handle_event()
|