Searched refs:p_ble_req (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_dm.h | 102 void btif_dm_ble_sec_req_evt(tBTA_DM_BLE_SEC_REQ* p_ble_req, bool is_consent);
|
/system/bt/stack/test/common/ |
D | mock_btif_dm.cc | 86 void btif_dm_ble_sec_req_evt(tBTA_DM_BLE_SEC_REQ* p_ble_req, bool is_consent) { in btif_dm_ble_sec_req_evt() argument
|
/system/bt/test/mock/ |
D | mock_btif_dm.cc | 87 void btif_dm_ble_sec_req_evt(tBTA_DM_BLE_SEC_REQ* p_ble_req, bool is_consent) { in btif_dm_ble_sec_req_evt() argument
|
/system/bt/btif/src/ |
D | btif_dm.cc | 2807 void btif_dm_ble_sec_req_evt(tBTA_DM_BLE_SEC_REQ* p_ble_req, bool is_consent) { in btif_dm_ble_sec_req_evt() argument 2820 if (!btif_get_device_type(p_ble_req->bd_addr, &dev_type)) { in btif_dm_ble_sec_req_evt() 2823 btif_dm_update_ble_remote_properties(p_ble_req->bd_addr, p_ble_req->bd_name, in btif_dm_ble_sec_req_evt() 2826 RawAddress bd_addr = p_ble_req->bd_addr; in btif_dm_ble_sec_req_evt() 2827 memcpy(bd_name.name, p_ble_req->bd_name, BD_NAME_LEN); in btif_dm_ble_sec_req_evt() 2836 btm_set_bond_type_dev(p_ble_req->bd_addr, pairing_cb.bond_type); in btif_dm_ble_sec_req_evt()
|