SWRA769 august 2023 CC2564C
The following function is responsible for sending the command to send an Operator Selection Response to the Remote Hands-free Device. When received a request to query the remotenetwork operator selection from the the remote Hands-free device. This function returns zero on successful execution and a negative value on all errors.
The Send Operator info command requires only one parameter which is the current Network Operator.
"SendOperatorInfo airtel"
HFRE_Send_Network_Operator_Selection(BluetoothStackID, CurrentClientPortID, 1, TempParam->Params[0].strParam)
BTPSAPI_DECLARATION int BTPSAPI HFRE_Send_Network_Operator_Selection(unsigned int BluetoothStackID, unsigned int HFREPortID, unsigned int NetworkMode, char*NetworkOperator)
The following function is responsible for sending the network operator. This function can only be performed by Audio Gateways that have received a request to query the remotenetwork operator selection. This function accepts the Bluetooth Stack ID parameters for which the HFRE Port ID is valid as well as the HFRE Port ID. The third parameter tothis function is the current Network Mode. The final parameter is the current Network Operator. This parameter is a pointer to a NULL terminated string (if specified) and must have a length less than HFRE_NETWORK_OPERATOR_LENGTH_MAXIMUM. This function returns zero if successful or a negative return error code if there was not an error.