Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c72 p_attr->uuid == GATT_UUID_SEC_SERVICE) { in calculate_database_info_size()
116 p_attr->uuid == GATT_UUID_SEC_SERVICE) { in fill_database_info()
213 case GATT_UUID_SEC_SERVICE: in gatts_show_local_database()
Dgatt_db.c169 case GATT_UUID_SEC_SERVICE: in gatts_check_attr_readability()
238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
743 case GATT_UUID_SEC_SERVICE: in gatts_set_attribute_value()
1560 uuid.uu.uuid16 = GATT_UUID_SEC_SERVICE; in gatts_db_add_service_declaration()
Dgatt_utils.c1477 …ype = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE; in gatt_sr_alloc_rcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h33 #define GATT_UUID_SEC_SERVICE 0x2801 macro