Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 15 of 15) 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.cc236 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
279 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
478 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
497 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()
3989 void bta_dm_ble_passkey_reply(const RawAddress& bd_addr, bool accept, in bta_dm_ble_passkey_reply()
3997 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/main/shim/
Dbtif_dm.cc152 …_ssp_reply(const RawAddress bd_addr, uint8_t addr_type, bt_ssp_variant_t variant, uint8_t accept) { in BTIF_DM_ssp_reply()
182 void BTIF_DM_pin_reply(const RawAddress bd_addr, uint8_t addr_type, uint8_t accept, uint8_t pin_len… in BTIF_DM_pin_reply()
/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/service/common/android/bluetooth/
DIBluetooth.aidl48 boolean accept, in SspReply()
/system/bt/btif/src/
Dbluetooth.cc303 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply()
312 uint8_t accept, uint32_t passkey) { in ssp_reply()
Dbtif_dm.cc2441 bt_status_t btif_dm_pin_reply(const RawAddress* bd_addr, uint8_t accept, in btif_dm_pin_reply()
2488 bt_ssp_variant_t variant, uint8_t accept, in btif_dm_ssp_reply()
/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/init/
Ddevices.cpp302 const char* accept = in SanitizePartitionName() local
/system/core/adb/
Dsysdeps.h190 #define accept ___xxx_accept macro
590 #define accept ___xxx_accept macro
/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()