Searched refs:GATT_UUID_SEC_SERVICE (Results 1 – 4 of 4) sorted by relevance
72 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()
169 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()
1477 …ype = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE; in gatt_sr_alloc_rcb()
33 #define GATT_UUID_SEC_SERVICE 0x2801 macro