Home
last modified time | relevance | path

Searched refs:ESP_GATT_UUID_CHAR_DECLARE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h67 #define ESP_GATT_UUID_CHAR_DECLARE 0x2803 /* Characteristic Declaration*/ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c333 case ESP_GATT_UUID_CHAR_DECLARE:{ in btc_gatts_act_create_attr_tab()
461 case ESP_GATT_UUID_CHAR_DECLARE: in btc_gatts_check_valid_attr_tab()
477 if(uuid == ESP_GATT_UUID_CHAR_DECLARE || uuid == ESP_GATT_UUID_CHAR_EXT_PROP || in btc_gatts_check_valid_attr_tab()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c117 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c96 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c168 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c136 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c176 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c275 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c25 static const uint16_t character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c42 static const uint16_t s_character_declaration_uuid = ESP_GATT_UUID_CHAR_DECLARE;