Searched refs:UpdateConnection (Results 1 – 6 of 6) sorted by relevance
100 int32_t (*UpdateConnection)(uint32_t connectionId, UpdateOption *option); member
778 if (g_connManager[type]->UpdateConnection == NULL) { in ConnUpdateConnection()781 return g_connManager[type]->UpdateConnection(connectionId, option); in ConnUpdateConnection()
549 ret = g_bleInterface->UpdateConnection(bleConnection->connectionId, &options);554 ret = g_bleInterface->UpdateConnection(bleConnection->connectionId, &options);
767 g_tcpInterface.UpdateConnection = NULL; in InitTcpInterface()
1737 .UpdateConnection = NULL, in ConnInitBr()
2196 .UpdateConnection = BleUpdateConnection, in ConnInitBle()