Searched refs:set_preferred_phy (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 312 async def set_preferred_phy(self): member in GattClient 377 async def set_preferred_phy(self): member in GattClient
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 182 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
|
D | bt_gatt_client.h | 303 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1347 pub fn set_preferred_phy( in set_preferred_phy() method 1354 BtStatus::from(ccall!(self, set_preferred_phy, addr, tx_phy, rx_phy, phy_options)) in set_preferred_phy() 1443 pub fn set_preferred_phy( in set_preferred_phy() method 1450 BtStatus::from(ccall!(self, set_preferred_phy, addr, tx_phy, rx_phy, phy_options)) in set_preferred_phy()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 977 def set_preferred_phy(self, address, tx_phy, rx_phy, phy_options): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 643 client.set_preferred_phy(&self.create_raw_address(), 0, 0, 0); in client_set_preferred_phy()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1385 sGattIf->client->set_preferred_phy(str2addr(env, address), tx_phy, rx_phy, in gattClientSetPreferredPhyNative() 1962 sGattIf->server->set_preferred_phy(bda, tx_phy, rx_phy, phy_options); in gattServerSetPreferredPhyNative()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2712 self.gatt.as_ref().unwrap().lock().unwrap().client.set_preferred_phy( in client_set_preferred_phy() 2881 self.gatt.as_ref().unwrap().lock().unwrap().server.set_preferred_phy( in server_set_preferred_phy()
|