Home
last modified time | relevance | path

Searched refs:set_os_callouts (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbluetooth.cc455 static int set_os_callouts(bt_os_callouts_t* callouts) { in set_os_callouts() function
507 set_os_callouts,
/system/bt/test/headless/
Dheadless.cc149 status = bluetoothInterface.set_os_callouts(&bt_os_callouts); in SetUp()
/system/bt/include/hardware/
Dbluetooth.h577 int (*set_os_callouts)(bt_os_callouts_t* callouts); member
/system/bt/service/hal/
Dbluetooth_interface.cc263 status = hal_iface_->set_os_callouts(&bt_os_callouts); in Initialize()