Home
last modified time | relevance | path

Searched refs:tL2CAP_LE_CFG_INFO (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gap/
Dgap_int.h88 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/
Dl2c_api.h179 } tL2CAP_LE_CFG_INFO; typedef
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);
/system/bt/stack/l2cap/
Dl2c_api.c467 UINT16 L2CA_ConnectLECocReq(UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_LE_CFG_INFO *p_cfg) in L2CA_ConnectLECocReq()
516 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocReq()
560 UINT16 status, tL2CAP_LE_CFG_INFO *p_cfg) in L2CA_ConnectLECocRsp()
592 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocRsp()
620 BOOLEAN L2CA_GetPeerLECocConfig (UINT16 lcid, tL2CAP_LE_CFG_INFO* peer_cfg) in L2CA_GetPeerLECocConfig()
632 memcpy(peer_cfg, &p_ccb->peer_conn_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_GetPeerLECocConfig()
Dl2c_int.h277 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 */