mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
Fix RING string
This commit is contained in:
parent
0bf43d5dc4
commit
62281b2196
@ -1067,7 +1067,7 @@ static DBusHandlerResult hs_connect(DBusConnection *conn, DBusMessage *msg,
|
||||
static DBusHandlerResult hs_ring(DBusConnection *conn, DBusMessage *msg)
|
||||
{
|
||||
DBusMessage *reply;
|
||||
const char *ring_str = "RING\r";
|
||||
const char *ring_str = "\r\nRING\r\n";
|
||||
int sk, ret;
|
||||
|
||||
if (!connected_hs)
|
||||
|
Loading…
Reference in New Issue
Block a user