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

  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 350 L2C_API extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
362 L2C_API extern void L2CA_Deregister (UINT16 psm);
374 L2C_API extern UINT16 L2CA_AllocatePSM(void);
388 L2C_API extern UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr);
401 L2C_API extern BOOLEAN L2CA_ConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid,
417 L2C_API extern UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr,
432 L2C_API extern BOOLEAN L2CA_ErtmConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid,
445 L2C_API extern BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
457 L2C_API extern BOOLEAN L2CA_ConfigRsp (UINT16 cid, tL2CAP_CFG_INFO *p_cfg);
468 L2C_API extern BOOLEAN L2CA_DisconnectReq (UINT16 cid)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 27 #include "l2c_api.h"
568 L2C_API extern tL2C_CB l2cb;
570 L2C_API extern tL2C_CB *l2c_cb_ptr;
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 372 #define L2C_API BTAPI
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 88 #define L2C_API BTAPI
    [all...]

Completed in 821 milliseconds