Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 20 of 20) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_ci.cc43 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c, in bta_dm_ci_rmt_oob()
Dbta_dm_api.cc177 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()
Dbta_dm_act.cc790 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()
Dbta_dm_int.h91 bool accept; member
108 bool accept; member
/system/bt/test/mock/
Dmock_bta_dm_api.cc73 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()
Dmock_btif_dm.cc120 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()
Dmock_bta_dm_act.cc93 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl48 boolean accept, in SspReply()
/system/bt/stack/test/common/
Dmock_btif_dm.cc119 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()
Dmock_bta_dm_act.cc67 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc312 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/
DIBluetooth.aidl147 …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/
Dhidd_conn.cc94 bool accept = TRUE; // accept by default in hidd_l2cif_connect_ind() local
/system/bt/tools/bdtool/
Dadapter.c181 bool accept = true; in ssp_request() local
/system/bt/btif/src/
Dbluetooth.cc360 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()
Dbtif_dm.cc2100 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/
Ddevices.cpp310 const char* accept = in SanitizePartitionName() local
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc128 const ::android::String16& device_address, int32_t variant, bool accept, in SspReply()
/system/bt/service/
Dadapter.cc353 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply()
/system/bt/main/shim/
Dbtm_api.cc1264 bool accept = res == BTM_SUCCESS; in BTM_ConfirmReqReply() local