Home | History | Annotate | Download | only in btm

Lines Matching refs:BTM_CMD_STARTED

469 ** Returns          BTM_CMD_STARTED if successfully started
532 status = BTM_CMD_STARTED;
547 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
833 ** BTM_CMD_STARTED if successfully initiated
843 tBTM_STATUS status = BTM_CMD_STARTED;
891 p_inqparms->duration)) != BTM_CMD_STARTED)
911 status = BTM_CMD_STARTED;
937 if ((status = btm_set_inq_event_filter (p_inqparms->filter_cond_type, &p_inqparms->filter_cond)) != BTM_CMD_STARTED)
952 ** p_cb - callback function called when BTM_CMD_STARTED
958 ** BTM_CMD_STARTED is returned if the request was successfully sent
1014 ** BTM_CMD_STARTED is returned if the request was successfully sent
1039 return (BTM_CMD_STARTED);
1046 return (BTM_CMD_STARTED);
1329 return (BTM_CMD_STARTED);
1732 ** Returns BTM_CMD_STARTED if successfully initiated
1784 return (BTM_CMD_STARTED);
1861 if ((status = btm_set_inq_event_filter (p_inq->inqparms.filter_cond_type, &p_inq->inqparms.filter_cond)) == BTM_CMD_STARTED)
2329 BTM_INQ_RMT_NAME_TIMEOUT, NULL) != BTM_CMD_STARTED)
2401 ** p_cb - callback function called when BTM_CMD_STARTED
2407 ** BTM_CMD_STARTED is returned if the request was sent to HCI.
2430 return BTM_CMD_STARTED;
2467 return BTM_CMD_STARTED;
2493 return BTM_CMD_STARTED;
2664 if (btm_ble_read_remote_name(remote_bda, p_cur, p_cb) != BTM_CMD_STARTED)
2674 BTM_INQ_RMT_NAME_TIMEOUT, NULL) != BTM_CMD_STARTED)