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 85 tL2CAP_LE_CFG_INFO local_coc_cfg; /* local configuration for LE Coc */
86 tL2CAP_LE_CFG_INFO peer_coc_cfg; /* local configuration for LE Coc */
  /system/bt/stack/include/
l2c_api.h 179 } tL2CAP_LE_CFG_INFO;
465 tL2CAP_LE_CFG_INFO* p_cfg);
480 tL2CAP_LE_CFG_INFO* p_cfg);
492 tL2CAP_LE_CFG_INFO* peer_cfg);
    [all...]
  /system/bt/stack/l2cap/
l2c_api.cc 447 tL2CAP_LE_CFG_INFO* p_cfg) {
490 if (p_cfg) memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO));
533 tL2CAP_LE_CFG_INFO* p_cfg) {
561 if (p_cfg) memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO));
589 bool L2CA_GetPeerLECocConfig(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) {
599 memcpy(peer_cfg, &p_ccb->peer_conn_cfg, sizeof(tL2CAP_LE_CFG_INFO));
    [all...]
l2c_int.h 278 tL2CAP_LE_CFG_INFO
280 tL2CAP_LE_CFG_INFO
    [all...]

Completed in 455 milliseconds