Home
last modified time | relevance | path

Searched refs:NG_L2CAP_MTU_MAXIMUM (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_l2cap.h90 #define NG_L2CAP_MTU_MAXIMUM 0xffff macro
183 (NG_L2CAP_MTU_MAXIMUM - sizeof(ng_l2cap_clt_hdr_t))
281 (NG_L2CAP_MTU_MAXIMUM - sizeof(ng_l2cap_cmd_hdr_t))
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
HDssr.c59 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_response()
HDsar.c150 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_attribute_response()
HDssar.c184 uint8_t const *rsp_end = rsp + NG_L2CAP_MTU_MAXIMUM; in server_prepare_service_search_attribute_response()
HDserver.c382 rsp = (uint8_t *) calloc(NG_L2CAP_MTU_MAXIMUM, sizeof(rsp[0])); in server_accept_client()