Lines Matching full:channel
77 uint8_t channel; /* RFCOMM channel */
81 GIOChannel *io; /* BtIO channel */
105 int channel;
108 channel = strtol(pattern, &endptr, 10);
118 if (endptr && *endptr == '\0' && port->channel == channel)
344 req.channel = port->channel;
411 reply = failed(port->msg, "Invalid channel");
415 port->channel = sdp_get_proto_port(protos, RFCOMM_UUID);
424 BT_IO_OPT_CHANNEL, port->channel,
464 BT_IO_OPT_CHANNEL, port->channel,
473 const char *uuid, uint8_t channel)
479 port->channel = channel;
504 int channel;
506 channel = strtol(pattern, &endptr, 10);
507 if ((endptr && *endptr != '\0') || channel < 1 || channel > 30)
510 port = create_port(device, NULL, channel);
602 bdaddr_t *dst, const char *uuid, uint8_t channel)
620 port->channel = channel;