Home
last modified time | relevance | path

Searched refs:param_buf (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc99 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()
Dbtm_ble.cc1159 uint8_t* p_dest = params.param_buf; in btm_ble_rand_enc_complete()
/system/bt/stack/include/
Dsmp_api_types.h260 uint8_t param_buf[OCTET16_LEN]; member
Dbtm_ble_api_types.h262 uint8_t param_buf[OCTET16_LEN]; member
/system/bt/stack/smp/
Dsmp_keys.cc911 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()