Home
last modified time | relevance | path

Searched refs:GATT_UUID_PRI_SERVICE (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc39 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in calculate_database_info_size()
71 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in fill_database_info()
77 UINT16_TO_STREAM(p_data, GATT_UUID_PRI_SERVICE); in fill_database_info()
Dgatt_db.cc59 Uuid uuid = Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE); in gatts_init_service_db()
126 case GATT_UUID_PRI_SERVICE: in gatts_check_attr_readability()
183 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
Dgatt_cl.cc75 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */
76 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */
403 result.type = bluetooth::Uuid::From16Bit(GATT_UUID_PRI_SERVICE); in gatt_process_find_type_value_rsp()
Dgatt_api.cc133 if (uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in is_gatt_attr_type()
324 elem.type = list.asgn_range.is_primary ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE; in GATTS_AddService()
326 if (elem.type == GATT_UUID_PRI_SERVICE && gatt_cb.over_br_enabled) { in GATTS_AddService()
Dgatt_sr.cc569 if (el.s_hdl < s_hdl || el.s_hdl > e_hdl || el.type != GATT_UUID_PRI_SERVICE) { in gatt_build_primary_service_rsp()
746 if (uuid != Uuid::From16Bit(GATT_UUID_PRI_SERVICE)) { in gatts_process_primary_service_req()
/packages/modules/Bluetooth/system/stack/include/
Dgattdefs.h32 #define GATT_UUID_PRI_SERVICE 0x2800 macro
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc39 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);
252 UINT16_TO_STREAM(p, GATT_UUID_PRI_SERVICE); in Hash()
Dbta_gattc_db_storage.cc181 case GATT_UUID_PRI_SERVICE: in SerializeStoredAttribute()
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc35 const Uuid PRIMARY_SERVICE = Uuid::From16Bit(GATT_UUID_PRI_SERVICE);