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

  /system/bt/btif/include/
btif_gatt_util.h 33 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
  /system/bt/btif/src/
btif_gatt_util.c 202 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src) function
246 bta_to_btif_gatt_id(&p_dest->char_id, &p_src->char_id);
247 bta_to_btif_gatt_id(&p_dest->descr_id, &p_src->descr_type);
btif_gatt_client.c 502 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
548 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
549 bta_to_btif_gatt_id(&data.descr_id, &p_data->write.descr_type);
563 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
    [all...]

Completed in 191 milliseconds