Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_gatt_util.h27 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src);
/system/bt/btif/src/
Dbtif_gatt_client.c1272 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 …]
Dbtif_gatt_util.c117 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
Dbtif_gatt_server.c446 btif_to_bta_srvc_id(&srvc_id, &p_cb->srvc_id); in btgatts_handle_event()