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,
479 uint8_t* param_buf, uint8_t param_buf_len,
482 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
478 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.h264 uint8_t param_buf[BT_OCTET16_LEN]; member in struct:__anon1279
H A Dbtm_ble_api_types.h282 uint8_t param_buf[BT_OCTET16_LEN]; member in struct:__anon1182
/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",
246 memcpy(output.param_buf, p_cb->ltk, SMP_ENCRYT_DATA_SIZE);
286 memcpy((void*)p_cb->csrk, output.param_buf, BT_OCTET16_LEN);
458 smp_debug_print_nbyte_little_endian(output->param_buf, "e1 = e(k, p1')", 16);
463 smp_xor_128(p2, output->param_buf);
497 memcpy(p_cb->confirm, output.param_buf, BT_OCTET16_LEN);
501 key.p_data = output.param_buf;
561 smp_debug_print_nbyte_little_endian(output.param_buf,
564 key.p_data = output.param_buf;
1527 BT_OCTET16 param_buf; local
[all...]

Completed in 81 milliseconds