Searched defs:param_buf (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.cc95 uint8_t param_len, uint8_t* param_buf,
97 btu_hcif_send_cmd_with_cb(posted_from, HCI_BLE_MULTI_ADV_OCF, param_buf,
100 param_buf[0], command_complete));
308 uint8_t* param_buf, uint8_t param_buf_len,
311 posted_from, opcode, param_buf, param_buf_len,
464 uint8_t* param_buf, uint8_t param_buf_len,
467 posted_from, opcode, param_buf, param_buf_len,
94 SendAdvCmd(const tracked_objects::Location& posted_from, uint8_t param_len, uint8_t* param_buf, status_cb command_complete) argument
307 SendAdvCmd(const tracked_objects::Location& posted_from, uint16_t opcode, uint8_t* param_buf, uint8_t param_buf_len, status_cb command_complete) argument
463 SendAdvCmd(const tracked_objects::Location& posted_from, uint16_t opcode, uint8_t* param_buf, uint8_t param_buf_len, status_cb command_complete) argument
/system/bt/stack/include/
H A Dsmp_api_types.h268 uint8_t param_buf[BT_OCTET16_LEN]; member in struct:__anon1190
H A Dbtm_ble_api_types.h276 uint8_t param_buf[BT_OCTET16_LEN]; member in struct:__anon1092
/system/bt/stack/smp/
H A Dsmp_keys.cc148 p = p_out->param_buf;
151 smp_debug_print_nbyte_little_endian(p_out->param_buf, "Encrypted text",
242 memcpy(output.param_buf, p_cb->ltk, SMP_ENCRYT_DATA_SIZE);
279 memcpy((void*)p_cb->csrk, output.param_buf, BT_OCTET16_LEN);
451 smp_debug_print_nbyte_little_endian(output->param_buf, "e1 = e(k, p1')", 16);
456 smp_xor_128(p2, output->param_buf);
488 memcpy(p_cb->confirm, output.param_buf, BT_OCTET16_LEN);
492 key.p_data = output.param_buf;
548 smp_debug_print_nbyte_little_endian(output.param_buf,
551 key.p_data = output.param_buf;
1503 BT_OCTET16 param_buf; local
[all...]

Completed in 129 milliseconds