Searched refs:is_le (Results 1 – 4 of 4) sorted by relevance
464 bool is_le = false; in FixDeviceTypeInconsistencyInSection() local470 is_le = true; in FixDeviceTypeInconsistencyInSection()476 if (is_classic && is_le) { in FixDeviceTypeInconsistencyInSection()480 } else if (is_le) { in FixDeviceTypeInconsistencyInSection()
91 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()
1831 let is_le = match &get_arg(args, 2)?[..] { in cmd_socket() localVariable1843 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() localVariable1903 if is_le { in cmd_socket()1909 if is_le { in cmd_socket()
860 bool is_le; in BTM_CancelRemoteDeviceName() local865 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()