Lines Matching defs:isk
249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
276 req.intr_sock = isk;
348 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
365 p[1].fd = isk;
379 nisk = l2cap_accept(isk, NULL);
451 int csk, isk, err;
514 isk = l2cap_connect(src, dst, L2CAP_PSM_HIDP_INTR);
515 if (isk < 0) {
522 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
526 close(isk);
698 int opt, ctl, csk, isk;
793 isk = l2cap_listen(&bdaddr, L2CAP_PSM_HIDP_INTR, lm, 10);
794 if (isk < 0) {
851 run_server(ctl, csk, isk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
856 close(isk);