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

  /system/bt/stack/gap/
gap_int.h 88 tL2CAP_LE_CFG_INFO local_coc_cfg; /* local configuration for LE Coc */
89 tL2CAP_LE_CFG_INFO peer_coc_cfg; /* local configuration for LE Coc */
  /system/bt/stack/include/
l2c_api.h 179 } tL2CAP_LE_CFG_INFO;
479 extern UINT16 L2CA_ConnectLECocReq (UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_LE_CFG_INFO *p_cfg);
493 UINT16 status, tL2CAP_LE_CFG_INFO *p_cfg);
504 extern BOOLEAN L2CA_GetPeerLECocConfig (UINT16 lcid, tL2CAP_LE_CFG_INFO* peer_cfg);
    [all...]
  /system/bt/stack/l2cap/
l2c_api.c 467 UINT16 L2CA_ConnectLECocReq(UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_LE_CFG_INFO *p_cfg)
516 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO));
560 UINT16 status, tL2CAP_LE_CFG_INFO *p_cfg)
592 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO));
620 BOOLEAN L2CA_GetPeerLECocConfig (UINT16 lcid, tL2CAP_LE_CFG_INFO* peer_cfg)
632 memcpy(peer_cfg, &p_ccb->peer_conn_cfg, sizeof(tL2CAP_LE_CFG_INFO));
    [all...]
l2c_int.h 277 tL2CAP_LE_CFG_INFO local_conn_cfg; /* Our config for ble conn oriented channel */
278 tL2CAP_LE_CFG_INFO peer_conn_cfg; /* Peer device config ble conn oriented channel */
    [all...]

Completed in 56 milliseconds