[Problem] Gear make a noise when carkit initiate connection.
[Cause & Measure] Pulseaudio acquire is delayed, because request of
AVDTP_OPEN from cakir didn't come.
[Checking Method] Gear - Ford carkit connection -> carkit power off ->
power on
Change-Id: I95129e935bb120ec9abb150368af3e8c82c07c1e
Signed-off-by: Injun Yang <injun.yang@samsung.com>
* when we add timer for 1 second so idle may trigger callback after 1.2 sec or
* 1.5 sec. So, don't timer for this headset.*/
if (!strncasecmp(address, "10:92:66", 8) ||
- !strncasecmp(address, "A8:9F:BA", 8)) {
+ !strncasecmp(address, "A8:9F:BA", 8) ||
+ !strncasecmp(address, "00:26:B4", 8)) {
start_timeout(stream);
return 0;
}