Searched refs:GATT_UUID_PRI_SERVICE (Results 1 – 7 of 7) sorted by relevance
30 if (uuid >= GATT_UUID_PRI_SERVICE && uuid <= GATT_UUID_CHAR_DECLARE) { in gatt_get_attr_name()31 return gatt_attr_name[uuid - GATT_UUID_PRI_SERVICE]; in gatt_get_attr_name()71 if (p_attr->uuid == GATT_UUID_PRI_SERVICE || in calculate_database_info_size()115 if (p_attr->uuid == GATT_UUID_PRI_SERVICE || in fill_database_info()212 case GATT_UUID_PRI_SERVICE: in gatts_show_local_database()
168 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()238 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()742 case GATT_UUID_PRI_SERVICE: in gatts_set_attribute_value()1558 uuid.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatts_db_add_service_declaration()
62 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */63 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */417 result.type.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatt_process_find_type_value_rsp()
732 p_rcb->type == GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()927 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; in gatts_process_primary_service_req()
506 if (p_sreg->type == GATT_UUID_PRI_SERVICE) { in GATTS_StartService()
1477 …p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE : GATT_UUID_SE… in gatt_sr_alloc_rcb()
32 #define GATT_UUID_PRI_SERVICE 0x2800 macro