Home | History | Annotate | Download | only in test

Lines Matching refs:psm

227 static void l2cap_connect(const char *src, const char *dst, uint16_t psm,
233 printf("Connecting to %s L2CAP PSM %u\n", dst, psm);
243 BT_IO_OPT_PSM, psm,
251 BT_IO_OPT_PSM, psm,
262 static void l2cap_listen(const char *src, uint16_t psm, gint defer,
280 printf("Listening on L2CAP PSM %u\n", psm);
289 BT_IO_OPT_PSM, psm,
297 BT_IO_OPT_PSM, psm,
475 { "psm", 'p', 0, G_OPTION_ARG_INT, &opt_psm,
476 "L2CAP PSM" },