diff options
Diffstat (limited to 'stack/gap/gap_api.c')
-rw-r--r-- | stack/gap/gap_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/gap/gap_api.c b/stack/gap/gap_api.c index fb90d038c..e04fc8e05 100644 --- a/stack/gap/gap_api.c +++ b/stack/gap/gap_api.c @@ -734,7 +734,7 @@ UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback) p_cb->gap_cback = callback; p_cb->event = GAP_EVT_REM_NAME_COMPLETE; /* Return event expected */ - btm_status = BTM_ReadRemoteDeviceName (addr, gap_cb.btm_cback[p_cb->index]); + btm_status = BTM_ReadRemoteDeviceName (addr, gap_cb.btm_cback[p_cb->index], BT_TRANSPORT_BR_EDR); /* If the name was not returned immediately, or if an error occurred, release the control block */ if ((retval = gap_convert_btm_status (btm_status)) != GAP_CMD_INITIATED) |