Home
last modified time | relevance | path

Searched refs:btc_to_bta_uuid (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_util.h64 void btc_to_bta_uuid(tBT_UUID *p_dest, esp_bt_uuid_t *p_src);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c308 btc_to_bta_uuid(&srvc_uuid, &arg->search_srvc.filter_uuid); in btc_gattc_search_service()
325 btc_to_bta_uuid(bta_uuid, svc_uuid); in btc_ble_gattc_get_service()
422 btc_to_bta_uuid(&bta_uuid, &char_uuid); in btc_ble_gattc_get_char_by_uuid()
456 btc_to_bta_uuid(&bta_char_uuid, &char_uuid); in btc_ble_gattc_get_descr_by_uuid()
457 btc_to_bta_uuid(&bta_descr_uuid, &descr_uuid); in btc_ble_gattc_get_descr_by_uuid()
490 btc_to_bta_uuid(&bta_descr_uuid, &descr_uuid); in btc_ble_gattc_get_descr_by_char_handle()
526 btc_to_bta_uuid(&bta_uuid, incl_uuid); in btc_ble_gattc_get_include_service()
630 btc_to_bta_uuid(&uuid, &(arg->read_by_type.uuid)); in btc_gattc_read_by_type()
Dbtc_gatt_util.c88 btc_to_bta_uuid(&p_dest->uuid, &p_src->uuid); in btc_to_bta_gatt_id()
Dbtc_gatts.c355 btc_to_bta_uuid(&bta_char_uuid, &uuid_temp); in btc_gatts_act_create_attr_tab()
398 btc_to_bta_uuid(&bta_char_uuid, &uuid_temp); in btc_gatts_act_create_attr_tab()
661 btc_to_bta_uuid(&uuid, &arg->add_char.char_uuid); in btc_gatts_call_handler()
671 btc_to_bta_uuid(&uuid, &arg->add_descr.descr_uuid); in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c445 void btc_to_bta_uuid(tBT_UUID *p_dest, esp_bt_uuid_t *p_src) in btc_to_bta_uuid() function