Searched refs:requested_parameters (Results 1 – 1 of 1) sorted by relevance
43 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters);224 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters) in config_request_cb() argument236 if (requested_parameters->mtu_present) { in config_request_cb()239 if (requested_parameters->mtu < L2CAP_MTU_MINIMUM) { in config_request_cb()244 client->remote_mtu = requested_parameters->mtu; in config_request_cb()248 if (requested_parameters->fcr_present) { in config_request_cb()249 if (requested_parameters->fcr.mode != L2CAP_FCR_BASIC_MODE) { in config_request_cb()251 response.fcr = requested_parameters->fcr; in config_request_cb()