Found 3 other functions taking a
tBTM_INQ_INFO
argument:
* Function btm_initiate_rem_name * Description This function looks initiates a remote name request. It is called * either by GAP or by the API call BTM_ReadRemoteDeviceName. * Input Params: p_cur - pointer to an inquiry result structure (NULL if nonexistent) * p_cb - callback function called when BTM_CMD_STARTED * is returned. * A pointer to tBTM_REMOTE_DEV_NAME is passed to the * callback. * Returns * BTM_CMD_STARTED is returned if the request was sent to HCI. * BTM_BUSY if already in progress * BTM_NO_RESOURCES if could not allocate resources to start the command * BTM_WRONG_MODE if the device is not up.
* Function BTM_InqDbNext * Description This function looks through the inquiry database for the next * used entry, and returns that. If the input parameter is NULL, * the first entry is returned. * Returns pointer to next in-use entry, or NULL if no more found.
* Function btm_ble_read_remote_name * Description This function read remote LE device name using GATT read * procedure. * Parameters: None. * Returns void