Home
last modified time | relevance | path

Searched refs:bta_to_btc_uuid (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_util.h63 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/
Dbtc_gatt_util.c104 bta_to_btc_uuid(&p_dest->uuid, &p_src->uuid); in bta_to_btc_gatt_id()
Dbtc_gattc.c259 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()
Dbtc_gatts.c578 bta_to_btc_uuid(&btc_creat_tab_env.svc_uuid, &p_data->create.uuid); in btc_gatts_inter_cb()
853 bta_to_btc_uuid(&param.create.service_id.id.uuid, &p_data->create.uuid); in btc_gatts_cb_handler()
870 bta_to_btc_uuid(&param.add_char.char_uuid, &p_data->add_result.char_uuid); in btc_gatts_cb_handler()
879 bta_to_btc_uuid(&param.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/
Dbtc_util.c428 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/
Dbtc_sdp.c1311 bta_to_btc_uuid(&param.search.sdp_uuid, &p_data->sdp_search_comp.uuid); in btc_sdp_cb_handler()