Searched refs:param_buf (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | ble_advertiser_hci_interface.cc | 105 uint8_t* param_buf, status_cb command_complete) { in SendAdvCmd() argument 106 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV, param_buf, in SendAdvCmd() 109 param_buf[0], command_complete)); in SendAdvCmd() 335 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument 338 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd() 522 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument 525 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
|
D | btm_ble.cc | 975 uint8_t* p_dest = params.param_buf; in btm_ble_rand_enc_complete()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | smp_api_types.h | 239 uint8_t param_buf[OCTET16_LEN]; member
|
D | btm_ble_api_types.h | 280 uint8_t param_buf[OCTET16_LEN]; member
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_keys.cc | 931 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check() local 936 key.p_data = param_buf.data(); in smp_calculate_peer_dhkey_check()
|