Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc46 struct BTM_BleReadPhy BTM_BleReadPhy; variable
152 void BTM_BleReadPhy( in BTM_BleReadPhy() function
156 test::mock::stack_btm_ble::BTM_BleReadPhy(bd_addr, cb); in BTM_BleReadPhy()
Dmock_stack_btm_ble.h125 struct BTM_BleReadPhy { struct
141 extern struct BTM_BleReadPhy BTM_BleReadPhy; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h342 void BTM_BleReadPhy(
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc167 void BTM_BleReadPhy( in BTM_BleReadPhy() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc479 Bind(&BTM_BleReadPhy, bd_addr, jni_thread_wrapper(cb))); in btif_gatts_read_phy()
Dbtif_gatt_client.cc661 Bind(&BTM_BleReadPhy, bd_addr, jni_thread_wrapper(cb))); in btif_gattc_read_phy()