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 190 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, p_lcb->transport);
193 && (l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb != NULL) )
194 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason, p_lcb->transport);
    [all...]
l2c_api.c     [all...]
l2c_link.c 442 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE,
445 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE,
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 113 fixed_reg.pL2CA_FixedConn_Cb = gatt_le_connect_cback;
    [all...]

Completed in 163 milliseconds