OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_to_btif_gatt_id
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h
33
void
bta_to_btif_gatt_id
(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
/external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c
201
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
447
bta_to_btif_gatt_id
(&data.char_id, &p_data->write.char_id);
493
bta_to_btif_gatt_id
(&data.char_id, &p_data->write.char_id);
494
bta_to_btif_gatt_id
(&data.descr_id, &p_data->write.descr_type);
508
bta_to_btif_gatt_id
(&data.char_id, &p_data->notify.char_id.char_id);
[
all
...]
Completed in 78 milliseconds