Searched refs:BTM_BUSY (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_utils.c413 case BTM_BUSY:
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c590 ** BTM_BUSY if the previous command is not completed
624 return(BTM_BUSY);
647 return(BTM_BUSY);
739 ** BTM_BUSY if the previous command is not completed
760 return(BTM_BUSY);
1138 return(BTM_BUSY);
2689 return(BTM_BUSY);
2710 return(BTM_BUSY);
2737 return(BTM_BUSY);
2821 return(BTM_BUSY);
[all...]
H A Dbtm_ble_gap.c176 return BTM_BUSY;
1120 ** BTM_BUSY - if an inquiry is already active
1133 return(BTM_BUSY);
1209 return BTM_BUSY;
1212 return BTM_BUSY;
H A Dbtm_devctl.c1935 ** BTM_BUSY if maximum number of callbacks have already been
2152 return (BTM_BUSY);
2198 return (BTM_BUSY);
2236 return (BTM_BUSY);
H A Dbtm_inq.c169 ** BTM_BUSY if a setting of the filter is already in progress
473 ** BTM_BUSY - if an inquiry is already active
494 return (BTM_BUSY);
844 ** BTM_BUSY if already in progress
878 return (BTM_BUSY);
1077 ** BTM_BUSY if already in progress
1327 ** Returns BTM_BUSY if an inquiry, get remote name, or event filter
1338 return (BTM_BUSY);
1382 return (BTM_BUSY);
1420 return (BTM_BUSY);
[all...]
H A Dbtm_sco.c546 ** BTM_BUSY if another SCO being set up to
591 return (BTM_BUSY);
601 return (BTM_BUSY);
1339 ** BTM_BUSY if there are one or more active (e)SCO links.
H A Dbtm_sec.c1373 ** BTM_BUSY - security procedures are currently active
1422 (*p_callback) (bd_addr, p_ref_data, BTM_BUSY);
1424 return(BTM_BUSY);
4408 return(BTM_BUSY);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c582 else if (rc == BTM_BUSY)
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c1511 else if ( btm_status == BTM_BUSY )
2638 if ( btm_status == BTM_BUSY )
4501 case BTM_BUSY:
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h49 BTM_BUSY, /* 2 Device busy with another command */ enumerator in enum:__anon1268
2248 ** BTM_BUSY if maximum number of callbacks have already been
2283 ** BTM_BUSY Command not sent. Waiting for cmd cmpl event for
2404 ** BTM_BUSY if a setting of the filter is already in progress
2455 ** BTM_BUSY - if an inquiry is already active
2487 ** BTM_BUSY if already in progress
2655 ** BTM_BUSY if already in progress
2840 ** Returns BTM_BUSY if an inquiry, get remote name, or event filter
2906 ** BTM_BUSY if one is already in progress
3238 ** BTM_BUSY i
[all...]

Completed in 154 milliseconds