Home
last modified time | relevance | path

Searched refs:interop_database_add (Results 1 – 6 of 6) sorted by relevance

/system/bt/device/test/
Dinterop_test.cc53 interop_database_add(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address, 3); in TEST()
61 interop_database_add(INTEROP_AUTO_RETRY_PAIRING, &test_address, 3); in TEST()
/system/bt/device/include/
Dinterop.h120 void interop_database_add(uint16_t feature, const RawAddress* addr,
/system/bt/device/src/
Dinterop.cc79 void interop_database_add(uint16_t feature, const RawAddress* addr, in interop_database_add() function
/system/bt/include/hardware/
Dbluetooth.h613 void (*interop_database_add)(uint16_t feature, const RawAddress* addr, member
/system/bt/btif/src/
Dbluetooth.cc484 interop_database_add,
/system/bt/stack/btm/
Dbtm_acl.cc1460 interop_database_add(INTEROP_DYNAMIC_ROLE_SWITCH, &bd_addr, 3); in btm_blacklist_role_change_device()