Searched refs:bta_char_uuid (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 337 tBT_UUID bta_char_uuid; in btc_gatts_act_create_attr_tab() local 355 btc_to_bta_uuid(&bta_char_uuid, &uuid_temp); in btc_gatts_act_create_attr_tab() 358 BTA_GATTS_AddCharacteristic (svc_hal, &bta_char_uuid, in btc_gatts_act_create_attr_tab() 386 tBT_UUID bta_char_uuid; in btc_gatts_act_create_attr_tab() local 398 btc_to_bta_uuid(&bta_char_uuid, &uuid_temp); in btc_gatts_act_create_attr_tab() 400 BTA_GATTS_AddCharDescriptor(svc_hal, perm, &bta_char_uuid, &attr_val, &control); in btc_gatts_act_create_attr_tab()
|
D | btc_gattc.c | 454 tBT_UUID bta_char_uuid = {0}; in btc_ble_gattc_get_descr_by_uuid() local 456 btc_to_bta_uuid(&bta_char_uuid, &char_uuid); in btc_ble_gattc_get_descr_by_uuid() 460 bta_char_uuid, bta_descr_uuid, &db, &descr_num); in btc_ble_gattc_get_descr_by_uuid()
|