HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_CONN_SECURITY_BLOCK (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/avdt/
avdt_l2c.c 116 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
117 avdt_ad_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
162 avdt_ad_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
  /system/bt/stack/mcap/
mca_l2c.c 105 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
106 mca_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
141 mca_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
  /system/bt/stack/include/
l2cdefs.h 96 #define L2CAP_CONN_SECURITY_BLOCK 3
  /system/bt/stack/hid/
hidh_conn.c 195 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
222 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_SECURITY_BLOCK, 0);
    [all...]
  /system/bt/stack/l2cap/
l2c_csm.c 254 (*connect_cfm)(local_cid, L2CAP_CONN_SECURITY_BLOCK);
520 l2cu_send_peer_connect_rsp (p_ccb, L2CAP_CONN_SECURITY_BLOCK, 0);
    [all...]

Completed in 40 milliseconds