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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 113 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
114 avdt_ad_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
157 avdt_ad_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 102 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
103 mca_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
136 mca_tc_close_ind(p_tbl, L2CAP_CONN_SECURITY_BLOCK);
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 92 #define L2CAP_CONN_SECURITY_BLOCK 3
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 185 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
212 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_SECURITY_BLOCK, 0);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 235 (*connect_cfm)(local_cid, L2CAP_CONN_SECURITY_BLOCK);
462 l2cu_send_peer_connect_rsp (p_ccb, L2CAP_CONN_SECURITY_BLOCK, 0);
    [all...]

Completed in 577 milliseconds