Searched refs:GATT_UUID_PRI_SERVICE (Results 1 – 8 of 8) sorted by relevance
34 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in calculate_database_info_size()66 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in fill_database_info()72 UINT16_TO_STREAM(p_data, GATT_UUID_PRI_SERVICE); in fill_database_info()
67 Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE); in gatts_init_service_db()128 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()186 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
126 if (uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in is_gatt_attr_type()308 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE in GATTS_AddService()311 if (elem.type == GATT_UUID_PRI_SERVICE) { in GATTS_AddService()
70 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */71 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */393 result.type = bluetooth::Uuid::From16Bit(GATT_UUID_PRI_SERVICE); in gatt_process_find_type_value_rsp()
518 el.type != GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()685 if (uuid != Uuid::From16Bit(GATT_UUID_PRI_SERVICE)) { in gatts_process_primary_service_req()
32 #define GATT_UUID_PRI_SERVICE 0x2800 macro
34 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);248 UINT16_TO_STREAM(p, GATT_UUID_PRI_SERVICE); in Hash()
32 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);