Searched refs:param_buf (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | ble_advertiser_hci_interface.cc | 99 uint8_t* param_buf, status_cb command_complete) { in SendAdvCmd() argument 100 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV, param_buf, in SendAdvCmd() 103 param_buf[0], command_complete)); in SendAdvCmd() 327 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument 330 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd() 516 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument 519 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
|
D | btm_ble.cc | 1159 uint8_t* p_dest = params.param_buf; in btm_ble_rand_enc_complete()
|
/system/bt/stack/include/ |
D | smp_api_types.h | 260 uint8_t param_buf[OCTET16_LEN]; member
|
D | btm_ble_api_types.h | 262 uint8_t param_buf[OCTET16_LEN]; member
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 911 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check() local 916 smp_debug_print_nbyte_little_endian(param_buf, "peer DHKey check", in smp_calculate_peer_dhkey_check() 920 key.p_data = param_buf.data(); in smp_calculate_peer_dhkey_check()
|