Searched refs:BT_AVDTP_CMD (Results 1 – 2 of 2) sorted by relevance
266 if (msg_type == BT_AVDTP_CMD) { in avdtp_discover_handler()358 if (msg_type == BT_AVDTP_CMD) { in avdtp_get_capabilities_handler()425 if (msg_type == BT_AVDTP_CMD) { in avdtp_process_configuration()566 if (msg_type == BT_AVDTP_CMD) { in avdtp_open_handler()640 if (msg_type == BT_AVDTP_CMD) { in avdtp_start_handler()714 if (msg_type == BT_AVDTP_CMD) { in avdtp_close_handler()784 if (msg_type == BT_AVDTP_CMD) { in avdtp_suspend_handler()859 if (msg_type == BT_AVDTP_CMD) { in avdtp_abort_handler()1126 if (msgtype != BT_AVDTP_CMD) { in bt_avdtp_l2cap_recv()1316 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, BT_AVDTP_DISCOVER); in bt_avdtp_discover()[all …]
29 #define BT_AVDTP_CMD 0x00 macro