Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_ci.cc64 void bta_dm_ci_rmt_oob(bool accept, const RawAddress& bd_addr, const Octet16& c, in bta_dm_ci_rmt_oob()
Dbta_dm_api.cc241 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
284 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
483 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
502 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
Dbta_dm_act.cc944 void bta_dm_confirm(const RawAddress& bd_addr, bool accept) { in bta_dm_confirm()
3982 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply()
3990 void bta_dm_ble_confirm_reply(const RawAddress& bd_addr, bool accept) { in bta_dm_ble_confirm_reply()
Dbta_dm_int.h106 bool accept; member
123 bool accept; member
/system/bt/binder/android/bluetooth/
DIBluetooth.aidl91 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin()
92 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[] in setPasskey()
94 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept); in setPairingConfirmation()
/system/bt/btif/src/
Dbluetooth.cc286 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply()
295 uint8_t accept, uint32_t passkey) { in ssp_reply()
Dbtif_dm.cc2374 bt_status_t btif_dm_pin_reply(const RawAddress* bd_addr, uint8_t accept, in btif_dm_pin_reply()
2406 bt_ssp_variant_t variant, uint8_t accept, in btif_dm_ssp_reply()
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl48 boolean accept, in SspReply()
/system/bt/tools/bdtool/
Dadapter.c181 bool accept = true; in ssp_request() local
/system/bt/stack/hid/
Dhidd_conn.cc182 bool accept = TRUE; // accept by default in hidd_l2cif_connect_ind() local
/system/core/adb/
Dsysdeps.h174 #define accept ___xxx_accept macro
513 #define accept ___xxx_accept macro
/system/core/init/
Ddevices.cpp314 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.cc352 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply()