Lines Matching refs:feat
269 #define BT_OTS_OACP_SET_FEAT_CREATE(feat) \ argument
270 WRITE_BIT(feat, BT_OTS_OACP_FEAT_CREATE, 1)
276 #define BT_OTS_OACP_SET_FEAT_DELETE(feat) \ argument
277 WRITE_BIT(feat, BT_OTS_OACP_FEAT_DELETE, 1)
283 #define BT_OTS_OACP_SET_FEAT_CHECKSUM(feat) \ argument
284 WRITE_BIT(feat, BT_OTS_OACP_FEAT_CHECKSUM, 1)
290 #define BT_OTS_OACP_SET_FEAT_EXECUTE(feat) \ argument
291 WRITE_BIT(feat, BT_OTS_OACP_FEAT_EXECUTE, 1)
297 #define BT_OTS_OACP_SET_FEAT_READ(feat) \ argument
298 WRITE_BIT(feat, BT_OTS_OACP_FEAT_READ, 1)
304 #define BT_OTS_OACP_SET_FEAT_WRITE(feat) \ argument
305 WRITE_BIT(feat, BT_OTS_OACP_FEAT_WRITE, 1)
311 #define BT_OTS_OACP_SET_FEAT_APPEND(feat) \ argument
312 WRITE_BIT(feat, BT_OTS_OACP_FEAT_APPEND, 1)
318 #define BT_OTS_OACP_SET_FEAT_TRUNCATE(feat) \ argument
319 WRITE_BIT(feat, BT_OTS_OACP_FEAT_TRUNCATE, 1)
325 #define BT_OTS_OACP_SET_FEAT_PATCH(feat) \ argument
326 WRITE_BIT(feat, BT_OTS_OACP_FEAT_PATCH, 1)
332 #define BT_OTS_OACP_SET_FEAT_ABORT(feat) \ argument
333 WRITE_BIT(feat, BT_OTS_OACP_FEAT_ABORT, 1)
339 #define BT_OTS_OACP_GET_FEAT_CREATE(feat) \ argument
340 ((feat) & BIT(BT_OTS_OACP_FEAT_CREATE))
346 #define BT_OTS_OACP_GET_FEAT_DELETE(feat) \ argument
347 ((feat) & BIT(BT_OTS_OACP_FEAT_DELETE))
353 #define BT_OTS_OACP_GET_FEAT_CHECKSUM(feat) \ argument
354 ((feat) & BIT(BT_OTS_OACP_FEAT_CHECKSUM))
360 #define BT_OTS_OACP_GET_FEAT_EXECUTE(feat) \ argument
361 ((feat) & BIT(BT_OTS_OACP_FEAT_EXECUTE))
367 #define BT_OTS_OACP_GET_FEAT_READ(feat) \ argument
368 ((feat) & BIT(BT_OTS_OACP_FEAT_READ))
374 #define BT_OTS_OACP_GET_FEAT_WRITE(feat) \ argument
375 ((feat) & BIT(BT_OTS_OACP_FEAT_WRITE))
381 #define BT_OTS_OACP_GET_FEAT_APPEND(feat) \ argument
382 ((feat) & BIT(BT_OTS_OACP_FEAT_APPEND))
388 #define BT_OTS_OACP_GET_FEAT_TRUNCATE(feat) \ argument
389 ((feat) & BIT(BT_OTS_OACP_FEAT_TRUNCATE))
395 #define BT_OTS_OACP_GET_FEAT_PATCH(feat) \ argument
396 ((feat) & BIT(BT_OTS_OACP_FEAT_PATCH))
402 #define BT_OTS_OACP_GET_FEAT_ABORT(feat) \ argument
403 ((feat) & BIT(BT_OTS_OACP_FEAT_ABORT))
424 #define BT_OTS_OLCP_SET_FEAT_GO_TO(feat) \ argument
425 WRITE_BIT(feat, BT_OTS_OLCP_FEAT_GO_TO, 1)
431 #define BT_OTS_OLCP_SET_FEAT_ORDER(feat) \ argument
432 WRITE_BIT(feat, BT_OTS_OLCP_FEAT_ORDER, 1)
438 #define BT_OTS_OLCP_SET_FEAT_NUM_REQ(feat) \ argument
439 WRITE_BIT(feat, BT_OTS_OLCP_FEAT_NUM_REQ, 1)
445 #define BT_OTS_OLCP_SET_FEAT_CLEAR(feat) \ argument
446 WRITE_BIT(feat, BT_OTS_OLCP_FEAT_CLEAR, 1)
452 #define BT_OTS_OLCP_GET_FEAT_GO_TO(feat) \ argument
453 ((feat) & BIT(BT_OTS_OLCP_FEAT_GO_TO))
459 #define BT_OTS_OLCP_GET_FEAT_ORDER(feat) \ argument
460 ((feat) & BIT(BT_OTS_OLCP_FEAT_ORDER))
466 #define BT_OTS_OLCP_GET_FEAT_NUM_REQ(feat) \ argument
467 ((feat) & BIT(BT_OTS_OLCP_FEAT_NUM_REQ))
473 #define BT_OTS_OLCP_GET_FEAT_CLEAR(feat) \ argument
474 ((feat) & BIT(BT_OTS_OLCP_FEAT_CLEAR))