Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_btif_storage.cc33 uint8_t btif_storage_get_local_io_caps() { return 0; } in btif_storage_get_local_io_caps() function
/system/bt/btif/include/
Dbtif_storage.h112 uint8_t btif_storage_get_local_io_caps();
/system/bt/test/mock/
Dmock_btif_storage.cc187 uint8_t btif_storage_get_local_io_caps() { in btif_storage_get_local_io_caps() function
/system/bt/btif/src/
Dbtif_storage.cc586 uint8_t btif_storage_get_local_io_caps() { in btif_storage_get_local_io_caps() function
/system/bt/bta/dm/
Dbta_dm_act.cc258 btm_local_io_caps = btif_storage_get_local_io_caps(); in bta_dm_enable()
/system/bt/stack/btm/
Dbtm_sec.cc2102 btm_cb.devcb.loc_io_caps = btif_storage_get_local_io_caps(); in btm_sec_dev_reset()