BTM_ReadRemoteDeviceName() function
* Function BTM_ReadRemoteDeviceName * Description This function initiates a remote device HCI command to the * controller and calls the callback when the process has completed. * Input Params: remote_bda - device address of name to retrieve * 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 successfully sent * to HCI. * BTM_BUSY if already in progress * BTM_UNKNOWN_ADDR if device address is bad * BTM_NO_RESOURCES if could not allocate resources to start the command * BTM_WRONG_MODE if the device is not up.