Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc464 bool is_le = false; in FixDeviceTypeInconsistencyInSection() local
470 is_le = true; in FixDeviceTypeInconsistencyInSection()
476 if (is_classic && is_le) { in FixDeviceTypeInconsistencyInSection()
480 } else if (is_le) { in FixDeviceTypeInconsistencyInSection()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs91 fn make_l2cap_channel(flags: i32, is_le: bool) -> Self { in make_l2cap_channel()
94 sock_type: match is_le { in make_l2cap_channel()
220 fn make_l2cap_channel(flags: i32, device: BluetoothDevice, psm: i32, is_le: bool) -> Self { in make_l2cap_channel()
224 sock_type: match is_le { in make_l2cap_channel()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1831 let is_le = match &get_arg(args, 2)?[..] { in cmd_socket() localVariable
1843 if is_le { in cmd_socket()
1849 if is_le { in cmd_socket()
1878 let is_le = match &get_arg(args, 5)?[..] { in cmd_socket() localVariable
1903 if is_le { in cmd_socket()
1909 if is_le { in cmd_socket()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc860 bool is_le; in BTM_CancelRemoteDeviceName() local
865 is_le = (btm_cb.btm_inq_vars.remname_dev_type == BT_DEVICE_TYPE_BLE); in BTM_CancelRemoteDeviceName()
867 is_le = BTM_UseLeLink(btm_cb.btm_inq_vars.remname_bda); in BTM_CancelRemoteDeviceName()
870 if (is_le) { in BTM_CancelRemoteDeviceName()