Searched refs:param_buf (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | ble_advertiser_hci_interface.cc | 100 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()
|
D | btm_ble.cc | 1042 uint8_t* p_dest = params.param_buf; in btm_ble_rand_enc_complete()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | smp_api_types.h | 309 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 | 932 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()
|