Searched refs:bta_to_btc_uuid (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_util.h | 63 void bta_to_btc_uuid(esp_bt_uuid_t *p_dest, tBT_UUID *p_src);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatt_util.c | 104 bta_to_btc_uuid(&p_dest->uuid, &p_src->uuid); in bta_to_btc_gatt_id()
|
D | btc_gattc.c | 259 bta_to_btc_uuid(&svc_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion() 270 bta_to_btc_uuid(&char_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion() 280 bta_to_btc_uuid(&descr_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion() 292 bta_to_btc_uuid(&incl_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion() 591 bta_to_btc_uuid(&db[i].uuid, &bta_uuid); in btc_ble_gattc_get_db()
|
D | btc_gatts.c | 578 bta_to_btc_uuid(&btc_creat_tab_env.svc_uuid, &p_data->create.uuid); in btc_gatts_inter_cb() 853 bta_to_btc_uuid(¶m.create.service_id.id.uuid, &p_data->create.uuid); in btc_gatts_cb_handler() 870 bta_to_btc_uuid(¶m.add_char.char_uuid, &p_data->add_result.char_uuid); in btc_gatts_cb_handler() 879 bta_to_btc_uuid(¶m.add_char_descr.descr_uuid, &p_data->add_result.char_uuid); in btc_gatts_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_util.c | 428 void bta_to_btc_uuid(esp_bt_uuid_t *p_dest, tBT_UUID *p_src) in bta_to_btc_uuid() function
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/ |
D | btc_sdp.c | 1311 bta_to_btc_uuid(¶m.search.sdp_uuid, &p_data->sdp_search_comp.uuid); in btc_sdp_cb_handler()
|