Home
last modified time | relevance | path

Searched refs:btc128_to_bta_uuid (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h21 void btc128_to_bta_uuid(tBT_UUID *p_dest, uint8_t *p_src);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c54 void btc128_to_bta_uuid(tBT_UUID *p_dest, uint8_t *p_src) in btc128_to_bta_uuid() function
Dbtc_gattc.c258 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
269 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
279 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
291 btc128_to_bta_uuid(&bta_uuid, db[offset + i].uuid.uu); in btc_gattc_fill_gatt_db_conversion()
590 btc128_to_bta_uuid(&bta_uuid, get_db[i].uuid.uu); in btc_ble_gattc_get_db()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c261 btc128_to_bta_uuid(&bt_uuid, p_adv_data->p_service_uuid + position); in btc_to_bta_adv_data()