Searched refs:BT_AVDTP_REJECT (Results 1 – 2 of 2) sorted by relevance
191 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_handler()233 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_discover_handler()288 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, in avdtp_get_capabilities_handler()322 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_get_capabilities_handler()363 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_process_configuration()401 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_process_configuration()430 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, in avdtp_get_configuration_handler()474 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_open_handler()512 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_open_handler()551 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_start_handler()[all …]
32 #define BT_AVDTP_REJECT 0x03 macro