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 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);
  /external/bluetooth/bluedroid/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);
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 92 #define L2CAP_CONN_SECURITY_BLOCK 3
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 190 L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK);
217 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 57 milliseconds