Home
last modified time | relevance | path

Searched refs:handle_of_sr_supported_feat (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c234 if (p_data->handle == gatt_cb.handle_of_sr_supported_feat) { in gatt_proc_read()
324 if (p_data->handle == gatt_cb.handle_of_sr_supported_feat) { in gatt_proc_write_req()
492 …gatt_cb.handle_of_sr_supported_feat = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_REA… in gatt_profile_db_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h545 UINT16 handle_of_sr_supported_feat; member