Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dble_advertiser_hci_interface.cc100 uint8_t* param_buf, status_cb command_complete) { in SendAdvCmd() argument
101 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV, param_buf, in SendAdvCmd()
104 param_buf[0], command_complete)); in SendAdvCmd()
326 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument
329 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
513 uint8_t* param_buf, uint8_t param_buf_len, in SendAdvCmd() argument
516 posted_from, opcode, param_buf, param_buf_len, in SendAdvCmd()
Dbtm_ble.cc1042 uint8_t* p_dest = params.param_buf; in btm_ble_rand_enc_complete()
/packages/modules/Bluetooth/system/stack/include/
Dsmp_api_types.h309 uint8_t param_buf[OCTET16_LEN]; member
Dbtm_ble_api_types.h280 uint8_t param_buf[OCTET16_LEN]; member
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc932 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check() local
937 key.p_data = param_buf.data(); in smp_calculate_peer_dhkey_check()