/system/bt/bta/dm/ |
D | bta_dm_ci.cc | 43 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c, in bta_dm_ci_rmt_oob()
|
D | bta_dm_api.cc | 177 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() 220 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 448 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply() 467 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
|
D | bta_dm_act.cc | 790 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm() 3641 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply() 3649 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply()
|
D | bta_dm_int.h | 91 bool accept; member 108 bool accept; member
|
/system/bt/test/mock/ |
D | mock_bta_dm_api.cc | 73 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() 79 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply() 107 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm() 115 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
|
D | mock_btif_dm.cc | 120 void btif_dm_pin_reply(const RawAddress bd_addr, uint8_t accept, in btif_dm_pin_reply() 151 uint8_t accept) { in btif_dm_ssp_reply()
|
D | mock_bta_dm_act.cc | 93 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 48 boolean accept, in SspReply()
|
/system/bt/stack/test/common/ |
D | mock_btif_dm.cc | 119 void btif_dm_pin_reply(const RawAddress bd_addr, uint8_t accept, in btif_dm_pin_reply() 150 uint8_t accept) { in btif_dm_ssp_reply()
|
D | mock_bta_dm_act.cc | 67 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
|
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.cc | 312 const RustRawAddress& address, uint8_t accept, uint8_t pin_len, const BtPinCode& code) const { in PinReply() 321 int BluetoothIntf::SspReply(const RustRawAddress& address, int ssp_variant, uint8_t accept, uint32_… in SspReply()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetooth.aidl | 147 …boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode, in Attributi… in setPin() 149 …boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[] passkey, in Attri… in setPasskey() 151 …boolean setPairingConfirmation(in BluetoothDevice device, boolean accept, in AttributionSource att… in setPairingConfirmation()
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 94 bool accept = TRUE; // accept by default in hidd_l2cif_connect_ind() local
|
/system/bt/tools/bdtool/ |
D | adapter.c | 181 bool accept = true; in ssp_request() local
|
/system/bt/btif/src/ |
D | bluetooth.cc | 360 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply() 371 uint8_t accept, uint32_t passkey) { in ssp_reply()
|
D | btif_dm.cc | 2100 void btif_dm_pin_reply(const RawAddress bd_addr, uint8_t accept, in btif_dm_pin_reply() 2129 uint8_t accept) { in btif_dm_ssp_reply()
|
/system/core/init/ |
D | devices.cpp | 310 const char* accept = in SanitizePartitionName() local
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 128 const ::android::String16& device_address, int32_t variant, bool accept, in SspReply()
|
/system/bt/service/ |
D | adapter.cc | 353 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply()
|
/system/bt/main/shim/ |
D | btm_api.cc | 1264 bool accept = res == BTM_SUCCESS; in BTM_ConfirmReqReply() local
|