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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 88 sdp_cb.l2cap_my_cfg.mtu = SDP_MTU_SIZE;
92 sdp_cb.max_attr_list_size = SDP_MTU_SIZE - 16;
322 /* use min(L2CAP_DEFAULT_MTU,SDP_MTU_SIZE) for GKI buffer size reasons */
323 p_ccb->rem_mtu_size = (L2CAP_DEFAULT_MTU > SDP_MTU_SIZE)?SDP_MTU_SIZE:L2CAP_DEFAULT_MTU;
327 if (p_cfg->mtu > SDP_MTU_SIZE)
328 p_ccb->rem_mtu_size = SDP_MTU_SIZE;
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 192 milliseconds