Home
last modified time | relevance | path

Searched defs:params_len (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc445 const int params_len = 15 + cis_cnt * 9; in btsnd_hcic_set_cig_params() local
474 const int params_len = 1 + num_cis * 4; in btsnd_hcic_create_cis() local
489 const int params_len = 1; in btsnd_hcic_remove_cig() local
567 const int params_len = 13 + codec_conf.size(); in btsnd_hcic_setup_iso_data_path() local
586 const int params_len = 3; in btsnd_hcic_remove_iso_data_path() local
598 const int params_len = 2; in btsnd_hcic_read_iso_link_quality() local
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc706 void btu_hcif_send_cmd_with_cb(uint16_t opcode, uint8_t* params, uint8_t params_len, in btu_hcif_send_cmd_with_cb()