Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc40 attr_it->uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE)) { in calculate_database_info_size()
72 attr_it->uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE)) { in fill_database_info()
79 UINT16_TO_STREAM(p_data, GATT_UUID_SEC_SERVICE); in fill_database_info()
Dgatt_db.cc62 Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE); in gatts_init_service_db()
134 case GATT_UUID_SEC_SERVICE: in gatts_check_attr_readability()
190 if (uuid16 == GATT_UUID_PRI_SERVICE || uuid16 == GATT_UUID_SEC_SERVICE) { in read_attr_value()
Dgatt_api.cc126 uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE) || in is_gatt_attr_type()
312 : GATT_UUID_SEC_SERVICE; in GATTS_AddService()
/packages/modules/Bluetooth/system/stack/include/
Dgattdefs.h33 #define GATT_UUID_SEC_SERVICE 0x2801 macro
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc40 const Uuid SECONDARY_SERVICE = Uuid::From16Bit(GATT_UUID_SEC_SERVICE);
262 UINT16_TO_STREAM(p, GATT_UUID_SEC_SERVICE); in Hash()
Dbta_gattc_db_storage.cc185 case GATT_UUID_SEC_SERVICE: in SerializeStoredAttribute()
/packages/modules/Bluetooth/system/bta/test/gatt/
Ddatabase_test.cc36 const Uuid SECONDARY_SERVICE = Uuid::From16Bit(GATT_UUID_SEC_SERVICE);