Home
last modified time | relevance | path

Searched refs:set_preferred_phy (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py312 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/
Dbt_gatt_server.h182 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
Dbt_gatt_client.h303 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy, member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1347 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/
Dgatt_client.py977 def set_preferred_phy(self, address, tx_phy, rx_phy, phy_options): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs643 client.set_preferred_phy(&self.create_raw_address(), 0, 0, 0); in client_set_preferred_phy()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1385 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/
Dbluetooth_gatt.rs2712 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()