Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c256 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_p2e, in blufi_profile_cb()
266 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_e2p, in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c218 void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid, in BTA_GATTS_AddCharacteristic() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c358 BTA_GATTS_AddCharacteristic (svc_hal, &bta_char_uuid, in btc_gatts_act_create_attr_tab()
663 BTA_GATTS_AddCharacteristic(arg->add_char.service_handle, &uuid, in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1365 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c982BTA_GATTS_AddCharacteristic(svc_handle, &bta_uuid, bt_mesh_perm_to_bta_perm(svc->attrs[i + 1].perm… in bt_mesh_gatts_service_register()