HomeSort by relevance Sort by last modified time
    Searched refs:bta_to_btif_srvc_id (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_gatt_util.h 32 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src);
  /system/bt/btif/src/
btif_gatt_util.c 208 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src) function
245 bta_to_btif_srvc_id(&p_dest->srvc_id, &p_src->srvc_id);
btif_gatt_client.c 501 bta_to_btif_srvc_id(&data.srvc_id, &p_data->write.srvc_id);
528 bta_to_btif_srvc_id(&data, &(p_data->srvc_res.service_uuid));
547 bta_to_btif_srvc_id(&data.srvc_id, &p_data->write.srvc_id);
562 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
    [all...]

Completed in 168 milliseconds