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

  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 59 fixed_reg.pL2CA_FixedConn_Cb = smp_connect_cback;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 176 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
179 && (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) )
180 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
    [all...]
l2c_api.c     [all...]
l2c_link.c 422 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 105 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
    [all...]

Completed in 715 milliseconds