Home
last modified time | relevance | path

Searched defs:sirk (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_attr.cc58 uint8_t sirk_type, Octet16& sirk)> in gatt_cl_read_sirk_req()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h359 bool IsSirkBelongsToGroup(Octet16 sirk) const { return sirk_available_ && sirk_ == sirk; } in IsSirkBelongsToGroup()
361 void SetSirk(Octet16& sirk) { in SetSirk()
489 static bool is_rsi_match_sirk(const RawAddress& rsi, const Octet16& sirk) { in is_rsi_match_sirk()
Dcsis_client.cc623 Octet16 sirk = csis_group->GetSirk(); in SerializeSets() local
655 Octet16 sirk; in DeserializeSets() local
1235 bool sdf(const RawAddress& address, const Octet16& encrypted_sirk, Octet16& sirk) { in sdf()
1592 Octet16 sirk; in OnCsisSirkValueUpdate() local
2237 Octet16 sirk; in SirkValueReadCompleteDuringPairing() local
Dcsis_client_test.cc43 uint8_t sirk_type, Octet16& sirk)> in gatt_cl_read_sirk_req()
1014 Octet16 sirk = {1}; in TEST_F() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h335 Octet16 sirk; member