Searched refs:num_of_channels (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ble.cc | 424 uint8_t num_of_channels; in l2cble_process_sig_cmd() local 517 num_of_channels = (p_pkt_end - p) / sizeof(uint16_t); in l2cble_process_sig_cmd() 525 mtu, mps, initial_credit, num_of_channels); in l2cble_process_sig_cmd() 529 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd() 534 p_lcb->pending_ecoc_conn_cnt = num_of_channels; in l2cble_process_sig_cmd() 540 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd() 548 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd() 557 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd() 564 for (int i = 0; i < num_of_channels; i++) { in l2cble_process_sig_cmd() 614 l2cu_reject_credit_based_conn_req(p_lcb, id, num_of_channels, in l2cble_process_sig_cmd() [all …]
|
D | l2c_int.h | 725 uint8_t num_of_channels,
|
D | l2c_utils.cc | 2835 uint8_t num_of_channels, in l2cu_reject_credit_based_conn_req() argument 2840 sizeof(uint16_t) * num_of_channels; in l2cu_reject_credit_based_conn_req()
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_utils.cc | 181 uint8_t num_of_channels, in l2cu_reject_credit_based_conn_req() argument
|
/system/bt/stack/eatt/ |
D | eatt_impl.h | 547 uint8_t num_of_channels = eatt_dev->eatt_channels.size(); in reconfigure_all() local 548 if (num_of_channels == 0) { in reconfigure_all()
|